{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-dublincore",
      "artifactVersion": "7.10-HF04",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.admin.center",
          "org.nuxeo.admin.center.analytics.dashboards",
          "org.nuxeo.admin.center.monitoring",
          "org.nuxeo.admin.center.oauth.opensocial",
          "org.nuxeo.apidoc.core",
          "org.nuxeo.apidoc.webengine",
          "org.nuxeo.connect.client.wrapper",
          "org.nuxeo.connect.update",
          "org.nuxeo.ecm.actions",
          "org.nuxeo.ecm.actions.jsf",
          "org.nuxeo.ecm.audit.io",
          "org.nuxeo.ecm.default.config",
          "org.nuxeo.ecm.imaging.recompute",
          "org.nuxeo.ecm.permissions",
          "org.nuxeo.ecm.platform",
          "org.nuxeo.ecm.platform.api",
          "org.nuxeo.ecm.platform.audio.core",
          "org.nuxeo.ecm.platform.audio.jsf",
          "org.nuxeo.ecm.platform.collections.core",
          "org.nuxeo.ecm.platform.collections.jsf",
          "org.nuxeo.ecm.platform.commandline.executor",
          "org.nuxeo.ecm.platform.content.template",
          "org.nuxeo.ecm.platform.contentview.jsf",
          "org.nuxeo.ecm.platform.convert",
          "org.nuxeo.ecm.platform.dublincore",
          "org.nuxeo.ecm.platform.el",
          "org.nuxeo.ecm.platform.htmlsanitizer",
          "org.nuxeo.ecm.platform.importer.core",
          "org.nuxeo.ecm.platform.importer.jaxrs",
          "org.nuxeo.ecm.platform.lang",
          "org.nuxeo.ecm.platform.login",
          "org.nuxeo.ecm.platform.login.cas2",
          "org.nuxeo.ecm.platform.login.default",
          "org.nuxeo.ecm.platform.login.digest",
          "org.nuxeo.ecm.platform.login.shibboleth",
          "org.nuxeo.ecm.platform.login.token",
          "org.nuxeo.ecm.platform.mail",
          "org.nuxeo.ecm.platform.mail.types",
          "org.nuxeo.ecm.platform.mail.web",
          "org.nuxeo.ecm.platform.oauth",
          "org.nuxeo.ecm.platform.preview",
          "org.nuxeo.ecm.platform.rendering",
          "org.nuxeo.ecm.platform.restapi.io",
          "org.nuxeo.ecm.platform.restapi.server",
          "org.nuxeo.ecm.platform.spreadsheet",
          "org.nuxeo.ecm.platform.suggestbox.core",
          "org.nuxeo.ecm.platform.suggestbox.jsf",
          "org.nuxeo.ecm.platform.thumbnail",
          "org.nuxeo.ecm.platform.ui",
          "org.nuxeo.ecm.platform.ui.select2",
          "org.nuxeo.ecm.platform.uidgen.core",
          "org.nuxeo.ecm.platform.web.common",
          "org.nuxeo.ecm.platform.webapp.types",
          "org.nuxeo.ecm.platform.ws",
          "org.nuxeo.ecm.platform.ws.sun.jaxws",
          "org.nuxeo.ecm.user.center",
          "org.nuxeo.ecm.user.center.dashboard",
          "org.nuxeo.ecm.user.center.dashboard.jsf",
          "org.nuxeo.ecm.user.center.notification",
          "org.nuxeo.ecm.user.center.oauth",
          "org.nuxeo.ecm.user.center.profile",
          "org.nuxeo.ecm.user.invite",
          "org.nuxeo.ecm.user.registration",
          "org.nuxeo.ecm.user.registration.web",
          "org.nuxeo.ecm.webapp.base",
          "org.nuxeo.ecm.webapp.core",
          "org.nuxeo.ecm.webapp.ui",
          "org.nuxeo.ecm.webdav",
          "org.nuxeo.platform.virtualnavigation.types",
          "org.nuxeo.platform.virtualnavigation.web",
          "org.nuxeo.search.ui",
          "org.nuxeo.usermapper"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform",
        "id": "grp:org.nuxeo.ecm.platform",
        "name": "org.nuxeo.ecm.platform",
        "parentIds": [],
        "readmes": [],
        "version": "7.10"
      },
      "bundleId": "org.nuxeo.ecm.platform.dublincore",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.dublincore.service.DublinCoreStorageService",
          "documentation": "\n    The DublinCoreStorageService listen to Core event DOCUMENT_UPDATED and\n    DOCUMENT_CREATED. If the target document has the dublincore schema, this\n    service will then update some meta-data. The fields calculated by this event\n    listener are: - the creation date - the modification date - the\n    contributors list\n\n    The DublinCoreStorageService exposes an simple api for updating meta-data.\n\n    @author Thierry Delprat (td@nuxeo.com)\n  \n",
          "documentationHtml": "<p>\nThe DublinCoreStorageService listen to Core event DOCUMENT_UPDATED and\nDOCUMENT_CREATED. If the target document has the dublincore schema, this\nservice will then update some meta-data. The fields calculated by this event\nlistener are: - the creation date - the modification date - the\ncontributors list\n</p><p>\nThe DublinCoreStorageService exposes an simple api for updating meta-data.\n</p><p></p>",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "\n      Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and call the\n      DublinCoreStorageService.\n\n      @author Thierry Delprat (td@nuxeo.com)\n    \n",
              "documentationHtml": "<p>\nListen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and call the\nDublinCoreStorageService.\n</p><p></p>",
              "extensionPoint": "org.nuxeo.ecm.core.event.EventServiceComponent--listener",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform.dublincore/DublinCoreStorageService/Contributions/DublinCoreStorageService--listener",
              "id": "DublinCoreStorageService--listener",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.event.EventServiceComponent",
                "name": "org.nuxeo.ecm.core.event.EventServiceComponent",
                "type": "service"
              },
              "version": "7.10-HF04",
              "xml": "<extension point=\"listener\" target=\"org.nuxeo.ecm.core.event.EventServiceComponent\">\n    <documentation>\n      Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and call the\n      DublinCoreStorageService.\n\n      @author Thierry Delprat (td@nuxeo.com)\n    </documentation>\n\n    <listener async=\"false\" class=\"org.nuxeo.ecm.platform.dublincore.listener.DublinCoreListener\" name=\"dclistener\" postCommit=\"false\" priority=\"120\">\n      <event>documentCreated</event>\n      <event>beforeDocumentModification</event>\n      <event>documentPublished</event>\n      <event>lifecycle_transition_event</event>\n      <event>documentCreatedByCopy</event>\n    </listener>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform.dublincore/DublinCoreStorageService",
          "name": "DublinCoreStorageService",
          "requirements": [],
          "services": [],
          "version": "7.10-HF04",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"DublinCoreStorageService\" version=\"1.0.0\">\n\n  <implementation\n    class=\"org.nuxeo.ecm.platform.dublincore.service.DublinCoreStorageService\" />\n\n  <documentation>\n    The DublinCoreStorageService listen to Core event DOCUMENT_UPDATED and\n    DOCUMENT_CREATED. If the target document has the dublincore schema, this\n    service will then update some meta-data. The fields calculated by this event\n    listener are: - the creation date - the modification date - the\n    contributors list\n\n    The DublinCoreStorageService exposes an simple api for updating meta-data.\n\n    @author Thierry Delprat (td@nuxeo.com)\n  </documentation>\n\n  <extension target=\"org.nuxeo.ecm.core.event.EventServiceComponent\" point=\"listener\">\n    <documentation>\n      Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and call the\n      DublinCoreStorageService.\n\n      @author Thierry Delprat (td@nuxeo.com)\n    </documentation>\n\n    <listener name=\"dclistener\" async=\"false\" postCommit=\"false\"\n        class=\"org.nuxeo.ecm.platform.dublincore.listener.DublinCoreListener\" priority=\"120\">\n      <event>documentCreated</event>\n      <event>beforeDocumentModification</event>\n      <event>documentPublished</event>\n      <event>lifecycle_transition_event</event>\n      <event>documentCreatedByCopy</event>\n    </listener>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/nxdublincore-service.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-platform-dublincore-7.10-HF04.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform.dublincore",
      "id": "org.nuxeo.ecm.platform.dublincore",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: 1.6.0_20 (Sun Microsystems Inc.)\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_60\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 5.4.2.qualifier\r\nExport-Package: org.nuxeo.ecm.platform.dublincore,org.nuxeo.ecm.platfo\r\n rm.dublincore.listener,org.nuxeo.ecm.platform.dublincore.service\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Name: NXDublinCore\r\nBundle-RequiredExecutionEnvironment: JavaSE-1.6\r\nBundle-Vendor: Nuxeo\r\nNuxeo-Component: OSGI-INF/nxdublincore-service.xml\r\nImport-Package: org.apache.commons.logging,org.nuxeo.ecm.core;api=spli\r\n t,org.nuxeo.ecm.core.api;api=split,org.nuxeo.ecm.core.api.event,org.n\r\n uxeo.ecm.core.api.impl,org.nuxeo.ecm.core.api.security,org.nuxeo.ecm.\r\n core.event,org.nuxeo.ecm.core.event.impl,org.nuxeo.ecm.core.schema,or\r\n g.nuxeo.ecm.core.schema.types,org.nuxeo.runtime,org.nuxeo.runtime.api\r\n ,org.nuxeo.runtime.model\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.dublincore\r\n\r\n",
      "packages": [],
      "requirements": [],
      "version": "7.10-HF04"
    }
  ],
  "creationDate": 1664792867649,
  "key": "Nuxeo Platform LTS 2015-7.10",
  "name": "Nuxeo Platform LTS 2015",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1447023600000,
  "version": "7.10"
}